home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj007.zip / BLOOM.ZIP / TABLE_1.TXT < prev   
Text File  |  1992-07-24  |  325b  |  13 lines

  1. /* Color Types */
  2.  
  3. #define CTLCOLOR_MSGBOX        0
  4. #define CTLCOLOR_EDIT          1
  5. #define CTLCOLOR_LISTBOX       2
  6. #define CTLCOLOR_BTN           3
  7. #define CTLCOLOR_DLG           4
  8. #define CTLCOLOR_SCROLLBAR     5
  9. #define CTLCOLOR_STATIC        6
  10. #define CTLCOLOR_MAX           8
  11.        /* three bits max */
  12.  
  13.